home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Czytniki RSS / Paseczek 1.0.0.261 / Paseczek-1.0.0.261.exe / {app} / Plugins / Opera.bp / 0 / RCDATA / TFLANGCAPTION / TFLANGCAPTION.txt
Text File  |  2006-09-10  |  5KB  |  228 lines

  1. object fLangCaption: TfLangCaption
  2.   Left = 340
  3.   Top = 158
  4.   Width = 600
  5.   Height = 400
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'Multilingual caption'
  8.   Font.Charset = EASTEUROPE_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnKeyDown = FormKeyDown
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 14
  20.   object Splitter1: TSplitter
  21.     Left = 0
  22.     Top = 116
  23.     Width = 592
  24.     Height = 3
  25.     Cursor = crVSplit
  26.     Align = alTop
  27.     Beveled = False
  28.     MinSize = 116
  29.   end
  30.   object pDef: TPanel
  31.     Left = 0
  32.     Top = 0
  33.     Width = 592
  34.     Height = 116
  35.     Align = alTop
  36.     BevelOuter = bvNone
  37.     BorderWidth = 5
  38.     TabOrder = 0
  39.     OnResize = pDefResize
  40.     object pcMain: TPageControl
  41.       Left = 5
  42.       Top = 5
  43.       Width = 582
  44.       Height = 106
  45.       ActivePage = tsOptions
  46.       Align = alClient
  47.       TabOrder = 0
  48.       OnChange = pcMainChange
  49.       object tsDefault: TTabSheet
  50.         Caption = '&Default caption'
  51.         object mDefaultCaption: TMemo
  52.           Left = 0
  53.           Top = 0
  54.           Width = 574
  55.           Height = 82
  56.           Align = alClient
  57.           Font.Charset = EASTEUROPE_CHARSET
  58.           Font.Color = clWindowText
  59.           Font.Height = -11
  60.           Font.Name = 'Arial'
  61.           Font.Style = []
  62.           ParentFont = False
  63.           ScrollBars = ssBoth
  64.           TabOrder = 0
  65.           WordWrap = False
  66.         end
  67.       end
  68.       object tsOptions: TTabSheet
  69.         Caption = 'Optio&ns'
  70.         object lLangFile: TLabel
  71.           Left = 5
  72.           Top = 12
  73.           Width = 266
  74.           Height = 14
  75.           AutoSize = False
  76.           Caption = '&Language file:'
  77.           FocusControl = eLangFile
  78.         end
  79.         object lConstsFile: TLabel
  80.           Left = 280
  81.           Top = 12
  82.           Width = 291
  83.           Height = 14
  84.           AutoSize = False
  85.           Caption = 'Consts fil&e:'
  86.           FocusControl = eConstsFile
  87.         end
  88.         object chAutoSave: TCheckBox
  89.           Left = 5
  90.           Top = 56
  91.           Width = 156
  92.           Height = 17
  93.           Caption = 'Au&to save language file'
  94.           TabOrder = 0
  95.           OnClick = chAutoSaveClick
  96.         end
  97.         object eLangFile: TEdit
  98.           Left = 5
  99.           Top = 28
  100.           Width = 266
  101.           Height = 22
  102.           ParentColor = True
  103.           ReadOnly = True
  104.           TabOrder = 1
  105.           Text = 'eLangFile'
  106.         end
  107.         object eConstsFile: TEdit
  108.           Left = 280
  109.           Top = 28
  110.           Width = 291
  111.           Height = 22
  112.           ParentColor = True
  113.           ReadOnly = True
  114.           TabOrder = 2
  115.           Text = 'eConstsFile'
  116.         end
  117.         object chAutoConsts: TCheckBox
  118.           Left = 280
  119.           Top = 56
  120.           Width = 156
  121.           Height = 17
  122.           Caption = 'Auto &generate consts file'
  123.           TabOrder = 3
  124.         end
  125.       end
  126.     end
  127.   end
  128.   object Panel2: TPanel
  129.     Left = 0
  130.     Top = 340
  131.     Width = 592
  132.     Height = 31
  133.     Align = alBottom
  134.     BevelOuter = bvNone
  135.     TabOrder = 1
  136.     object Panel3: TPanel
  137.       Left = 426
  138.       Top = 0
  139.       Width = 166
  140.       Height = 31
  141.       Align = alRight
  142.       BevelOuter = bvNone
  143.       TabOrder = 0
  144.       object bOK: TButton
  145.         Left = 6
  146.         Top = 2
  147.         Width = 75
  148.         Height = 25
  149.         Caption = '&OK'
  150.         TabOrder = 0
  151.         OnClick = bOKClick
  152.       end
  153.       object bCancel: TButton
  154.         Left = 86
  155.         Top = 2
  156.         Width = 75
  157.         Height = 25
  158.         Cancel = True
  159.         Caption = '&Cancel'
  160.         TabOrder = 1
  161.         OnClick = bCancelClick
  162.       end
  163.     end
  164.     object bSave: TButton
  165.       Left = 85
  166.       Top = 2
  167.       Width = 75
  168.       Height = 25
  169.       Caption = '&Save'
  170.       TabOrder = 1
  171.       OnClick = bSaveClick
  172.     end
  173.     object bSaveAs: TButton
  174.       Left = 165
  175.       Top = 2
  176.       Width = 75
  177.       Height = 25
  178.       Caption = 'Sa&ve as...'
  179.       TabOrder = 2
  180.       OnClick = bSaveAsClick
  181.     end
  182.     object bConstFile: TButton
  183.       Left = 245
  184.       Top = 2
  185.       Width = 75
  186.       Height = 25
  187.       Caption = 'Consts &file...'
  188.       TabOrder = 3
  189.       OnClick = bConstFileClick
  190.     end
  191.     object bOpen: TButton
  192.       Left = 5
  193.       Top = 2
  194.       Width = 75
  195.       Height = 25
  196.       Caption = 'Op&en'
  197.       TabOrder = 4
  198.       OnClick = bOpenClick
  199.     end
  200.   end
  201.   object lecMain: TMBWLangEditComp
  202.     Left = 0
  203.     Top = 119
  204.     Width = 592
  205.     Height = 221
  206.     Align = alClient
  207.     OnGuiChange = lecMainGuiChange
  208.   end
  209.   object sdMain: TSaveDialog
  210.     Filter = 'MBW Language Editor Files (*.mld)|*.mld|All files (*.*)|*.*'
  211.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt]
  212.     Title = 'Save multi-language file'
  213.     Left = 495
  214.   end
  215.   object odMain: TOpenDialog
  216.     Filter = 'MBW Language Editor Files (*.mld)|*.mld|All files (*.*)|*.*'
  217.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  218.     Title = 'Open multi-language file'
  219.     Left = 525
  220.   end
  221.   object sdConst: TSaveDialog
  222.     Filter = 'Delphi Source Files (*.pas)|*.pas|All files (*.*)|*.*'
  223.     Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt]
  224.     Title = 'Save language consts file'
  225.     Left = 560
  226.   end
  227. end
  228.